home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- TYPE text1
- PAUSE
- CLS
- TYPE text2
- PAuse
- CLS
- TYPE TEXT3
- PAUSE
- CLS
- TYPE text4
- pause
- cls
- type text5
- pause
- cls
- ECHO Creating Sub-Directories!!!!!
- md up
- md main
- md gen
- md help
- md sysops
- ECHO Opening Up Archive Files!!!!!!!
- FOR %%1 IN (PCB*.ARC) DO ARCE %%1
- ECHO Opening Up Library Files!!!!!!!
- FOR %%1 IN (*.LBR) DO LUE210 %%1
- ECHO Now Distributing Files To Their Proper Directories!!!!!!
- copy s*.* sysops
- del s*.*
- copy newreg.dat main
- del newreg.dat
- copy newask.dat main
- del newask.dat
- copy blt*.* gen
- del blt*.*
- copy dir*.* gen
- del dir*.*
- copy cnf*.* gen
- del cnf*.*
- copy wel*.* gen
- del wel*.*
- copy new*.* gen
- del new*.*
- copy brd*.* gen
- del brd*.*
- copy msgs main
- del msgs
- copy fsec main
- del fsec
- copy pwrd main
- del pwrd
- copy tcan main
- del tcan
- copy c*.* main
- del c*.*
- copy ask.dat main
- del ask.dat
- copy answer.dat main
- del answer.dat
- copy hlp*.* cdchelp
- copy cdchelp up
- del cdchelp
- copy hl*.* help
- del hl*.*
- del *.lbr
- ECHO you should now move or delete the ARCE, LUE and the ARC'd
- ECHO PCboard files to another disk or directory.
- dir
- *.lbr
- ECHO you should